@charset "utf-8";
*{
    margin:0;
    padding:0;
}
body{
    font:16px "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#2b2b2b;
    background: #f4f4f4;
}
@media (min-width: 1200px){
    .container {
        width: 1200px !important;
    }
}

@media (max-width: 767px){
    body{
        font-size:14px;
    }
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
}
a{
    text-decoration:none;
    color:#2b2b2b;
}
a:hover{
    text-decoration:none;
}
a:focus{
    text-decoration:none !important;
}
.clear{clear:both}

/* 头部导航 */
header{
    width:100%;
    position: fixed;
    top:0;
    Z-index:999;
    padding-bottom:10px;
}
.header{
    margin:0 auto;
}
@media screen and (min-width:1500px){
	.header{
        width:1400px;
    }
}
@media screen and (max-width:1500px){
	.header{
        width:1360px;
    }
}
@media screen and (max-width:1360px){
	.header{
        width:1200px;
    }
}
@media screen and (max-width:1200px){
	.header{
        width:98%;
    }
    .search-box{
        display: none;
    }
    .nav-list{
        width:80% !important;
        margin-right:0 !important;
    }
}
.nav-top{
    height:45px;
    line-height: 45px;
    color:#fff;
    position: relative;
}

.banner img{
    width:100%;
}
 /* 导航 */
 .nav{
     position: relative;
 }
 .logo{
     width:10%;
 }

 .nav-list{
     width:68%;
     text-align: right;
     margin-right:20px;
 }
 .search-box{
     width:18%;
 }
 .nav-list ul li{
    padding: 15px 0px 15px 0px;
	margin-left: 25px;
	display: inline-block;
 }
 .nav-box .hiden{
     display: none;
 }
 .nav-box.open{
	display: inline-block;
}
 .nav-box .nav-list ul li a{
     color:#fff;
     font-size: 18px;
     font-weight: bold;
 }
 .nav-box .nav-list ul li.active a{
     color:#ea2627;
 }
 .nav-box .nav-list ul li a:hover{
     color:#ea2627;
 }
 .search-box{
     height:35px;
     border:1px solid #fff;
     border-radius: 20px;
     position: relative;
     margin-top:10px;
 }
 .search-box input{
     border:none;
     background:none;
     height:100%;
     padding-left:10px;
 }
 .search-box input:focus{
     border:0;
     outline: none;
 }
 .search-box input:-moz-placeholder {
    color: #fff;
}
.search-boxinput:-ms-input-placeholder{
    color: #fff;
}
 .search-box input::-webkit-input-placeholder{
    color: #fff;
}
 .search-box button{
    border:none;
    background:none;
    position: absolute;
    right:10px;
    top:6px;
    color:#fff;
}

/* 下拉菜单导航 */
.nav-drow{
    position: relative;
}
.nav-drow a i{
    display: inline-block;
    width:6px;
    border-top:6px solid #ddd;
    border-bottom:6px solid transparent;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    margin:0 0 -4px 0;
}
.nav-drow .drow-list{
    position: absolute;
    min-width:130px;
    background:#fff;
    opacity: 1;
    top:50px;
    left:-30px;
    transition: all 0.5s;
    display: none;
}
.nav-drow:hover .drow-list{
   display: block;
}
.nav-drow:focus .drow-list{
    display: block;
}
.nav-drow .drow-list li{
    display: block;
    padding:8px 0;
    text-align: center;
    margin:0;
    transition: all 0.5s;
}
.nav-drow .drow-list li:hover{
    background:#ea2627;
}
.nav-drow .drow-list li:hover a{
    color:#fff !important;
}
.nav-drow .drow-list li a{
    color:#2b2b2b !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
.p-drow-list{
    position: absolute;
    min-width:450px;
    background:#fff;
    opacity: 1;
    top:50px;
    left:-30px;
    transition: all 0.5s;
    display: none;
}
.nav-drow:hover .p-drow-list{
    display: block;
 }
 .nav-drow:focus .p-drow-list{
     display: block;
 }
 .nav-drow .p-drow-list li:hover{
    background:#ea2627;
}
.nav-drow .p-drow-list li:hover a{
    color:#fff !important;
}
.nav-drow .p-drow-list li a{
    color:#2b2b2b !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
.p-drow-list li{
   float:left;
   min-width:150px;
   padding:8px 10px !important;
   text-align: center;
   margin:0 !important;
   transition: all 0.5s;
}
/* 手机端搜索 */
.sousuo{
    position: relative;
    display: none;
}
.mb-search{
    height:35px;
    border:1px solid #ddd;
    border-radius: 20px;
    position: relative;
    margin-top:10px;
    width:100%;
}
.mb-search input{
    border:none;
    background:none;
    height:100%;
    padding-left:10px;
}
.mb-search input:focus{
    border:0;
    outline: none;
}
.mb-search input:-moz-placeholder {
   color: #999;
}
.mb-search input:-ms-input-placeholder{
   color: #999;
}
.mb-search input::-webkit-input-placeholder{
   color: #999;
}
.mb-search button{
   border:none;
   background:none;
   position: absolute;
   right:10px;
   top:6px;
   color:#999;
}



.mobile-btn{
    width:30px;
    height:30px;
    position: absolute;
    right:10px;
}
.mobile-btn img{
    width:100%;
}
.nav-box .hiden{
    display: none;
}


@media screen and (max-width:992px) {
    header{
        width:100%;
        padding:10px;
        position: relative;

    }
    .nav .nav-box .nav-list{
        width:128px !important;
        background:#fff;
        text-align: left;
        position: absolute;
        right:10px;
        top:40px;
        box-shadow: 0 0 10px #ddd;
        display: none ;
    }
    .nav-box .hiden{
        display:block;
    }
    .nav-box .nav-list ul li{
        width:100%;
        padding:8px 0;
        margin-left:10px;
    }
    .nav-box .nav-list ul li a{
        color:#2b2b2b ;
        font-size: 14px ;
        font-weight: 500;
    }
    .sousuo{
        display: block;
        padding-bottom:10px;
    }
    .nav-more{
        display: none !important;
    }
    .drow-list{
        display: none !important;
    }
    .p-drow-list{
        display: none !important;
    }
    .search-box{
        display:none;
    }
}

@media screen and (max-width:768px){
    body{
        font-size: 14px;
    }
    .logo{
        width:30%;
    }
    .logo img{
        width:100%;
    }
}

/* 底部 */
footer{
    background:url(../img/foot-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.footer{
    padding:30px 0;
    color:#fff;
}
.footer .foot-nav{
    overflow: hidden;
}
.footer a{
    color:#fff;
}
.footer .foot-nav h1{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer .foot-nav ul li{
    padding:5px 0;
    font-size: 14px;
}
.footer .foot-nav .foot-pro{
    width:25%;
}
.footer .foot-contact{
    margin-top:20px;
    float: right;
}
.footer .foot-contact h2{
    font-size: 18px;
    font-weight: bold;
    margin:0;
}
.footer .foot-contact h1{
    font-size: 38px;
    font-weight: bold;
    margin:0 0 10px 0;
}
.footer .foot-contact p{
    font-size: 14px;
    margin-bottom: 5px;
}
.footer .foot-contact .er{
    margin-top:20px;
}
.footer .foot-contact .er .er-box{
    display: inline-block;
    background:#fff;
    padding:5px;
    margin-right:15px;
}
.footer .foot-contact .er .er-box p{
    color:#2b2b2b;
    text-align: center;
}
.footer-bottom{
    background:#36383a;
    color:#fff;
    font-size: 14px;
    padding:30px 0;
}
.footer-bottom a{
    color:#fff;
}

/* 侧边框 */
.float-box{
    position: fixed;
    top:30%;
    right:10px;
    width:80px;
}
.float-box ul li{
    background:#323231;
    position: relative;
    text-align: center;
    padding:15px 0;
    border-bottom:1px solid #fff;
}
.float-box ul li:last-child{
    border-bottom:none;
}
.float-box ul li.active{
    background:#ea2627;
}
.float-box ul li a{
    color:#fff;
}
.float-box ul li .tc-box{
    position: absolute;
    top:0;
    /* display: none; */
    transition: all 0.5s;
}
.float-box ul li .rt-tel{
    width:200px;
    left:200px;
    line-height: 80px;
    height:100%;
    background:#ea2627;
    color:#fff;
    transition: all 0.5s;
}
.float-box ul li:hover .rt-tel{
    left:-200px;
}
.float-box ul li .weixin{
    left:110px;
    transition: all 0.5s;
}
.float-box ul li:hover .weixin{
    left:-110px;
}
.float-box ul li a p{
    font-size: 14px;
    margin:0;
}
.float-box ul li:hover{
    background:#ea2627;
}

/* 手机端底部导航 */
.mb-fixed-box{
    width:100%;
    position: fixed;
    bottom:0;
}
.mb-fixed-box ul li{
    float: left;
    width:25%;
    border-right:1px solid #fff;
    background:#ea2627;
    text-align: center;
    padding:10px 0;

}
.mb-fixed-box ul li:last-child{
    border-right: 0;
}
.mb-fixed-box ul li a i{
    font-size: 18px;
    color:#fff;
}

@media screen and (max-width:768px){
    footer{
        margin-bottom:40px;
    }
    .footer .foot-contact h1{
        font-size: 25px;
    }
    .footer .foot-contact h2{
        font-size: 16px;
    }
    .footer-bottom{
        padding:20px 0 10px 0;
    }
}

/* 页码 */
.source-pagination{
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
    border:none;
    color:#ea2627;
}
.pagination>.active>span{
    background:#ea2627;
}
.pagination>li:hover a{
    color:#ea2627 !important;
}